home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / ll_110.zip / LOGLIST.CFG < prev    next >
Text File  |  1996-05-27  |  5KB  |  178 lines

  1. ;                             LOGLIST.CFG
  2. ;                             ===========
  3. ;
  4. ;                 Demo configuration file for LOGLIST.
  5. ;
  6. ;-----------------------------------------------------------------------------
  7. ;
  8. ; Column 1 of the file defines what that line is:
  9. ;
  10. ;   U or u  - path & filename of your USERLOG.BBS file  (max 50 chars)
  11. ;   O or o  - path & filename of the output file        (max 50 chars)
  12. ;   L or l  - path & filename of the log file           (max 50 chars)
  13. ;   F or f  - a file header line                        (max 120 chars x 10 )
  14. ;   P or p  - a page header line                        (max 120 chars x 5 )
  15. ;   B or b  - a page bottom line                        (max 120 chars x 5 )
  16. ;   R or r  - restrictions on who gets listed           (fixed format}
  17. ;   D or d  - a data field                              (max 50 chars)
  18. ;   S or s  - a space setting                           (1 to 255)
  19. ;   T or t  - a tab setting                             (1 to 255)
  20. ;   M or m  - lines after which to insert a "%MORE%"    (1 to 255)
  21. ;   X or x  - special options                           (as needed)
  22. ;   ;       - reserved as comment line
  23. ; (anything else is ignored, but could get used in future versions)
  24. ;
  25. ;
  26. ; This file may contain a total maximum of 200 "d", "s", or "t" items.
  27. ;
  28. ;-----------------------------------------------------------------------------
  29. ;
  30. ; file locations:
  31. ;
  32. ; [userlog]
  33. uc:\tbbs\run\userlog.bbs
  34. ; [output file]
  35. ologlist.txt
  36. ; [logging file]
  37. lerrorlog.txt
  38. ;
  39. ;
  40. ; listed user restrictions (all conditions must be met to be listed, but
  41. ;  you can only have one of each... if you have more than one, the last
  42. ;  one gets used)
  43. ;
  44. ; [list only if priv > 150]
  45. ;rpriv>150
  46. ; [list only if priv = 150]
  47. ;rpriv=150
  48. ; [list only if priv < 150]
  49. rpriv<150
  50. ;
  51. ; [list only if call number > 150]
  52. ;rcallnum>150
  53. ; [list only if call number = 150]
  54. ;rcallnum=150
  55. ; [list only if call number < 150]
  56. ;rcallnum<150
  57. ;
  58. ; [list only if total bytes uploaded > 150,000]
  59. ;ruploaded>150000
  60. ; [list only if total bytes uploaded = 150,000]
  61. ;ruploaded=150000
  62. ; [list only if total bytes uploaded < 150,000]
  63. ;ruploaded<150000
  64. ;
  65. ; [list only if total bytes downloaded > 150,000]
  66. ;rdownloaded>150000
  67. ; [list only if total bytes downloaded = 150,000]
  68. ;rdownloaded=150000
  69. ; [list only if total bytes downloaded < 150,000]
  70. ;rdownloaded<150000
  71. ;
  72. ; [list only if total bytes netcredit > 150]
  73. ;rnetcredit>150
  74. ; [list only if total bytes netcredit = 150]
  75. ;rnetcredit=150
  76. ; [list only if total bytes netcredit < 150]
  77. ;rnetcredit<150
  78. ;
  79. ; [list only if total bytes netdebit > 150]
  80. ;rnetdebit>150
  81. ; [list only if total bytes netdebit = 150]
  82. ;rnetdebit=150
  83. ; [list only if total bytes netdebit < 150]
  84. ;rnetdebit<150
  85. ;
  86. ; [list only if INVISIBLE]
  87. ;rinvisible=X
  88. ; [list only if *not* INVISIBLE]
  89. ;rinvisible=.
  90. ;
  91. ; [list only if KEEP]
  92. ;rkeep=X
  93. ; [list only if *not* KEEP]
  94. ;rkeep=.
  95. ;
  96. ; [list only if FULL ACCESS]
  97. ;rfull=X
  98. ; [list only if *not* FULL ACCESS]
  99. ;rfull=.
  100. ;
  101. ; [list only if DELETED]
  102. ;rdeleted=X
  103. ; [list only if *not* DELETE]
  104. ;rdeleted=.
  105. ;
  106. ; [list only if A1 bits 1/2 are set]
  107. ;rA1=XX------
  108. ; [list only if A2 bits 1/4/7 are set and bits 3/6 are reset]
  109. ;rA2=X-.X-.X-
  110. ; [same goes for A3...]
  111. ;rA3=X-.X-.X-
  112. ; [...and A4]
  113. ;rA4=X-.X-.X-
  114. ;
  115. ;
  116. ; set 20 lines per screen
  117. ;
  118. m24
  119. ;
  120. ;
  121. ; file header
  122. ;
  123. f%X1e% This is the output from Paul Blitz' LogList program
  124. f%X1f%---------------------------------------------------
  125. f%X1e%#   Name & Location                                        Phone #
  126. f%X1f%------------------------------------------------------------------------
  127. ;
  128. ;
  129. ; page header
  130. ;
  131. p%X1e% #   Name & Location                                        Phone #
  132. p%X1f%------------------------------------------------------------------------
  133. ;
  134. ;
  135. ; page bottom
  136. ;
  137. b%X1f%------------------------------------------------------------------------%X9f%
  138. ;
  139. ;
  140. ; "X" special options:
  141. ;     X1 defines the 2 characters (start & end) used to replace the
  142. ;     starting & ending % signs on any %xxxx% substitutions found in
  143. ;     the user data (eg "X1<>" makes "%name%" display as "<name>").
  144. ;
  145. X1<>
  146. ;
  147. ;     X2 turns on HTML support: any <HTML sequences> are NOT truncated
  148. ;     when a tab is reached (ie same treatment as %Xnn% sequences)
  149. ;
  150. ;X2
  151. ;
  152. ;
  153. ; the rest of the information
  154. ;
  155. ; [a bit of colour] [user number]
  156. d%X1c%%recno%
  157. ; [tab to column 4]
  158. t4
  159. ;
  160. ; [add a space in column 4]
  161. s1
  162. ;
  163. ; [more colour] [then the username in mixed case] .......
  164. ;                 ..............[some text & the user's location]
  165. d%X1b%%NAME:C% from * %location% *
  166. ;
  167. ; [spaces / truncate to column 59]
  168. t59
  169. ; [yet more colour...] [put the phone # in column 60 (that's coz of the space)]
  170. d%X1d% %Phone:19%
  171. ;
  172. ;
  173. ; end of config file.
  174. ;
  175. ;ps: watch out if you print this file, as any embedded control characters
  176. ;    (eg formfeed) will affect the printing!!!!!
  177.